Imagine Learning (Webstore Version)
An app called Imagine Learning that hosts itself in localhost and loads that into a webview. This is really simple to exploit since all you need do is override that and you get an easy webview.

Links:
Imagine Learning - https://chromewebstore.google.com/detail/empty-title/cmeclblmdmffdgpdlifgepjddoplmmal
Web Server for Chrome - https://chromewebstore.google.com/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en

Instructions:
1. Download Imagine Learning and Web Server for Chrome.
2. Open Web Server for Chrome and host a folder containing an index.html file to port 8887. Make the contents of the html file the following:
<html>
  <body>
    <script>
      window.location.href = "https://google.com";
    </script>
  </body>
</html>
3. Open Imagine Learning and it should automatically load into Google. 

Credits:
Blobby Boi - bl0bby_b0i
https://github.com/Blobby-Boi
